Package com.getsensibill.capturestandalone.models
Types
BareCapturedReceiptData
Link copied to clipboard
CaptureConfig
Link copied to clipboard
data class CaptureConfig(enableCaptureTips: Boolean, allowFlashToggling: Boolean, defaultFlashMode: FlashMode, enableAutoCapture: Boolean, initialAutoCaptureState: Boolean, enableLongReceiptPageToast: Boolean, enableGalleryImport: Boolean, @IntRange(from = 1.toLong(), to = 10.toLong()) maxImages: Int, enableLongCapture: Boolean, enableCrop: Boolean, enableSecureWindow: Boolean, attachLocationData: Boolean, compressForSensibillApi: Boolean, enableCaptureProgressFeedback: Boolean) : Serializable
Content copied to clipboard
Configuration class to be sent to CaptureStandaloneActivity.
CaptureTipData
Link copied to clipboard
data class CaptureTipData(@DrawableRes() tipIcon: Int, @DrawableRes() iconFill: Int?, @StringRes() tipTitle: Int, @StringRes() tipDescription: Int) : Parcelable
Content copied to clipboard